home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Co-Cz / Console.cpt / TTY Console / card_4118.txt < prev    next >
Text File  |  1989-10-31  |  1KB  |  34 lines

  1. -- card: 4118 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4055
  5. -- name: Console Help
  6. ----- HyperTalk script -----
  7. on openCard
  8.   set lockscreen to true
  9.   hide bg button "Previous"
  10.   hide bg button "Start of Help"
  11.   set lockscreen to false
  12. end openCard
  13.  
  14. on closeCard
  15.   set lockscreen to true
  16.   show bg button "Previous"
  17.   show bg button "Start of Help"
  18.   set lockscreen to false
  19. end closeCard
  20.  
  21.  
  22. -- part contents for background part 1
  23. ----- text -----
  24.  
  25.  
  26. This stack is a line-at-a-time serial communications stack.  In use, it appears like a TTY console, hence the name. 
  27.  
  28. At the "console" card, whatever is typed in the message box followed by a <RETURN> will be sent out the chosen port (including the <RETURN>.)  If you want to send a message to HyperCard, do it from any other card, or use <Enter> instead of <RETURN>.
  29.  
  30. The following help is divided into 2 sections - A brief explanation of the buttons across the top of the console, and then a more technical discussion of the XCMD's and XFCN's used in this stack.
  31.  
  32. -- part contents for background part 8
  33. ----- text -----
  34. TTY Console Help